Eplan Platform API
Eplan.EplApi.HEServices Namespace / Revision Class / CompletePages Method / CompletePages(Page[],String,String,String) Method
An array of pages to complete.
Name of the new revision.
Description of the new revision.
Additional description of the new revision.

In This Topic
    CompletePages(Page[],String,String,String) Method
    In This Topic
    Completes modification of selected pages in the current revision of a project. Used for change tracking.
    Syntax

    Parameters

    Parameter NameDescription
    pagesToCompleteAn array of pages to complete.
    strIndexName of the new revision.
    strRevDescriptionDescription of the new revision.
    strReasonOfChangeAdditional description of the new revision.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    Internal interface necessary for the revision management could not be created.
    An error occurred during the action.
    Remarks
    Used for change tracking. When a logging revision starts, every changed page gets the marker "Draft" on it. With this function a page is completed, a page revision is created (visible in the page revision properties) and the draft is removed. When the revision belongs to an active project section, only the pages of this section are completed.
    See Also